From: Richard M. Stallman Date: Sat, 29 May 1993 22:34:54 +0000 (+0000) Subject: (command-line-1): Pass arg to other-window. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95779 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7e0795a49372eb27a5d5f7ddf5d7ca8c7daeee94;p=emacs.git (command-line-1): Pass arg to other-window. --- diff --git a/lisp/startup.el b/lisp/startup.el index fa38680d415..49a423f8a7a 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -403,7 +403,7 @@ Type \\[describe-distribution] for information on getting the latest version.")) ;; show user what they all are. (if (> file-count 2) (or (get-buffer-window first-file-buffer) - (progn (other-window) + (progn (other-window 1) (buffer-menu))))))) ;;; startup.el ends here